home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / Players / Texture3D / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  783 b   |  17 lines

  1. DirectShow Sample -- Texture3D
  2. ------------------------------
  3.  
  4. Draws video on a Microsoft DirectX 8.0 texture surface.  This sample builds
  5. on the Direct3D Tutorial05 sample, adding support for rendering video
  6. onto a Direct3D surface.
  7.  
  8. Note:  This sample is known to fail on some systems (referencing
  9. invalid memory), for which you may see an error message.  This failure occurs
  10. during initialization of Direct3D.  We recommend updating your video card 
  11. drivers to the most current revision, as that usually resolves the problem.
  12. Since this sample uses interfaces specific to DirectX 8, we highly
  13. recommend installing a newer video driver, if available.
  14.  
  15. Note:  This sample does not support changing the display properties 
  16. of the monitor while the sample is running.
  17.